home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / SpeakFreely / src / lpc10 / contrl.ch < prev    next >
Text File  |  2000-05-18  |  505b  |  21 lines

  1. /*   LPC Processing control variables:
  2. */
  3.  
  4.  
  5. /*  Files for Speech, Parameter, and Bitstream Input & Output,
  6.       and message and debug outputs.
  7. */
  8. #if ANALYZER + SYNTHESIZER
  9.  
  10. #include <stdio.h>
  11.  
  12. extern FILE *fbi, *fbo, *fopen();
  13. #endif
  14. /*  Quantization, Listing control    */
  15. /*    int quant, listl, lincnt;*/
  16.  
  17. /*  Current frame, frames per block, current frame in block, bits per block
  18.        Unstable frames, Output clip count, Max onset buffer
  19. */
  20. extern int nframe, nfb, nbits, nunsfm, iclip, maxosp, NFBLK;
  21.